GetHistogramRequest

data class GetHistogramRequest(name: String, delta: Boolean?)

Represents request frame that can be used with Browser#getHistogram operation call.

Get a Chrome histogram by name.

See also

Constructors

GetHistogramRequest
Link copied to clipboard
fun GetHistogramRequest(name: String, delta: Boolean? = null)

Properties

delta
Link copied to clipboard
val delta: Boolean? = null
If true, retrieve delta since last call.
name
Link copied to clipboard
val name: String
Requested histogram name.

Sources

jvm source
Link copied to clipboard